home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr28 / dirsize4.zip / DIRSIZE.DOC next >
Text File  |  1995-02-07  |  2KB  |  63 lines

  1.  
  2.                           Copyright (c) 1993-1995 Steven Nguyen
  3.                                    All Rights Reserved
  4.  
  5.                                      January 7, 1995
  6.  
  7.  
  8.         INTRODUCTION
  9.         -------------
  10.  
  11.         DIRSIZE is a directory listing for DOS.  This utility is great when
  12.         it comes to keep track of the directories on large hard drives or CD
  13.         ROM.
  14.  
  15.  
  16.         USAGE
  17.         -----
  18.              Syntax:   dirsize [d:][path][*.ext] [/a] [/s] [/d] [/p] [/h]
  19.                        d:  - A:,B:,C:,D:,E: or any valid DOS'S Drive.
  20.                      path  - Any valid directory.
  21.                       ext  - File extension.
  22.                        /a  - Lists all directory(s) for the specified Drive.
  23.                        /s  - Lists the current directory and its subdirectory(s).
  24.                        /d  - Display all files.
  25.                        /p  - Pauses after each screenful.
  26.  
  27.  
  28.         Examples:
  29.                 dirsize/a  -  Lists all directories for the default drive.
  30.                 dirsize/s  -  Lists the current directory and its subdirectories.
  31.           dirsize C:\bin;  -  Lists the size of directory C:\bin
  32.         irsize D:*.wks /a  -  Lists all files with the extension wks in all
  33.                               directory of Drive D:
  34.  
  35.         REQUIREMENTS
  36.         -------------
  37.  
  38.         IBM Compatible System
  39.         About 40k of RAM
  40.         DOS 3.3 or higher (or any DOS compatilble)
  41.  
  42.  
  43.         Warranty And License
  44.         --------------------
  45.  
  46.         This software and accompanying documentation is provided "AS-IS".
  47.         Even though the author has tested this software and reviewed its
  48.         documentation, NO WARRANTY OR REPRESENTATION RELATING TO IT IS
  49.         MADE, WHETHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
  50.         THE WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR ANY PURPOSE.
  51.         THE AUTHOR ASSUMES NO LIABILITY FOR DAMAGES, DIRECT OR CONSEQUENTIAL,
  52.         WHICH MAY RESULT FROM THE USE OF THIS SOFTWARE, even if advised of
  53.         the possibility of such damages.  THE USER BEARS ALL RISK AS TO THE
  54.         QUALITY AND PERFORMANCE OF THIS SOFTWARE.  IN NO EVENT SHALL ANY
  55.         DAMAGES EXCEED THE PRICE PAID FOR THE LICENSE TO USE THIS SOFTWARE
  56.         REGARDLESS OF THE FORM OF CLAIM.
  57.  
  58.         You ARE encouraged to pass along copies of DIRSIZE to friends
  59.         and favorite BBSs.  Please keep all the files together.
  60.  
  61.  
  62.  
  63.